ParameterDictionary.ICollection<KeyValuePair<XmlQualifiedName, IEnumerable<XPathItem>>>.Remove MethodParameterDictionary.ICollection(Of KeyValuePair(Of XmlQualifiedName, IEnumerable(Of XPathItem))).Remove MethodParameterDictionary::ICollection<KeyValuePair<XmlQualifiedName, IEnumerable<XPathItem>>>::Remove Method
Syntax
Private Function Remove( _ item As KeyValuePair(Of System.Xml.XmlQualifiedName, IEnumerable(Of System.Xml.XPath.XPathItem)) _ ) As Boolean _ Implements ICollection.Remove
private bool System.Collections.Generic.ICollection<T>.Remove( KeyValuePair<System.Xml.XmlQualifiedName, IEnumerable<System.Xml.XPath.XPathItem>> item )
private: virtual bool System.Collections.Generic::ICollection<T>::Remove( KeyValuePair<System.Xml::XmlQualifiedName^, IEnumerable<System.Xml.XPath::XPathItem^>^> item ) sealed